oncolumnhidden Event |
This event is fired when the columns in the grid are hidden or shown.
Syntax
Inline HTML |
<TABLE id=tableID oncolumnhidden="handler()"...> |
Event property |
tableID.oncolumnhidden = handler |
Event Information
To invoke |
|
Default Action |
Initiates any action associated with this event. |
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.
Property |
Description |
---|---|
hiddenColumn |
Read-only. Integer that denotes the index of column that is hidden / shown. |
isHidden |
Read-only. Boolean that denotes whether the column is hidden / shown. |
tableID |
Read-only. String that denotes the unique identifier of the table. |